home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / FFConst / ffconst.rc < prev    next >
Encoding:
Text File  |  2004-09-27  |  2.8 KB  |  114 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ffconst.manifest"
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Dialog
  29. //
  30.  
  31. IDD_FORCE_FEEDBACK DIALOG DISCARDABLE  0, 0, 162, 188
  32. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | 
  33.     WS_SYSMENU
  34. CAPTION "Force Feedback Constant Force Sample"
  35. FONT 8, "MS Shell Dlg"
  36. BEGIN
  37.     DEFPUSHBUTTON   "Exit",IDCANCEL,97,167,50,14
  38.     LTEXT           "Click the mouse inside the square below to",IDC_STATIC,
  39.                     7,7,135,8
  40.     LTEXT           "set the strength and direction of the force ",
  41.                     IDC_STATIC,7,15,132,8
  42.     LTEXT           "feedback effect. ",IDC_STATIC,7,23,55,8
  43. END
  44.  
  45.  
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // DESIGNINFO
  49. //
  50.  
  51. #ifdef APSTUDIO_INVOKED
  52. GUIDELINES DESIGNINFO DISCARDABLE 
  53. BEGIN
  54.     IDD_JOY_FEEDBACK, DIALOG
  55.     BEGIN
  56.         LEFTMARGIN, 7
  57.         RIGHTMARGIN, 155
  58.         TOPMARGIN, 7
  59.         BOTTOMMARGIN, 181
  60.     END
  61. END
  62. #endif    // APSTUDIO_INVOKED
  63.  
  64.  
  65. #ifdef APSTUDIO_INVOKED
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // TEXTINCLUDE
  69. //
  70.  
  71. 1 TEXTINCLUDE DISCARDABLE 
  72. BEGIN
  73.     "resource.h\0"
  74. END
  75.  
  76. 2 TEXTINCLUDE DISCARDABLE 
  77. BEGIN
  78.     "#include ""afxres.h""\r\n"
  79.     "\0"
  80. END
  81.  
  82. 3 TEXTINCLUDE DISCARDABLE 
  83. BEGIN
  84.     "\r\n"
  85.     "\0"
  86. END
  87.  
  88. #endif    // APSTUDIO_INVOKED
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Icon
  94. //
  95.  
  96. // Icon with lowest ID value placed first to ensure application icon
  97. // remains consistent on all systems.
  98. IDI_MAIN                ICON    DISCARDABLE     "..\..\Common\directx.ico"
  99. #endif    // English (U.S.) resources
  100. /////////////////////////////////////////////////////////////////////////////
  101.  
  102.  
  103.  
  104. #ifndef APSTUDIO_INVOKED
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // Generated from the TEXTINCLUDE 3 resource.
  108. //
  109.  
  110.  
  111. /////////////////////////////////////////////////////////////////////////////
  112. #endif    // not APSTUDIO_INVOKED
  113.  
  114.